home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2008 December / SAN CD 12-2008 CD-ROM 43.iso / pc / issueMedia / Software / imergeApology.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2008-10-17  |  456 b   |  20 lines

  1. var lingoCursor = -1;
  2. this.clickSensor1_mc.onRollOver = function()
  3. {
  4.    _level0.lingoCursor = 280;
  5. };
  6. this.clickSensor1_mc.onRollOut = function()
  7. {
  8.    _level0.lingoCurosr = -1;
  9. };
  10. this.clickSensor1_mc.onDragOut = function()
  11. {
  12.    _level0.lingoCursor = -1;
  13. };
  14. this.clickSensor1_mc.onRelease = function()
  15. {
  16.    _level0.lingoCursor = -1;
  17.    getUrl("lingo: goToNetPage(\"http://www.geocities.com/jgroveuk/iMerge.html\")", "");
  18. };
  19. this.stop();
  20.